html, body {
    height: 100%;
}
body {
    margin: 0;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
	background: #f5f5f5 !important;
	padding-top: 236px;
}
.wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 1px 3em;
    height: 100%;
}
header:after {
    content: " ";
    display: table;
    clear: both;
}
.brand, h1, h2, h3 {
     font-family: 'Roboto Condensed', sans-serif;
     font-weight: 400;
     letter-spacing: 1px;
 }
h4, h5, h6 {
    letter-spacing: 1px;
}
h1 {
    font-size: 28px;
}
a{
	color: #333;
}
img{
	width: 100%;
}
.mg20{
	margin: 20px;
}
.mgt15{
	margin-top: 15px;
}
.mgt20{
	margin-top: 20px;
}
.mgb20{
	margin-bottom: 20px;
}
.pd20{
	box-sizing: border-box;
	padding: 20px;
}
.bgw{
	background: #fff;
}
.mgf30{
	margin: 0 -30px;
}
.mgf15{
	margin: 0 -15px;
}
.cl-fff{
	color: #fff;
}
.cl-orange{
	color: #E5B771 !important;
}
.cl-40B649{
	color: #40B649 !important;
}
.cl-blue{
	color: #4B96E9 !important;
}
.cl-green{
	color: #196F38 !important;
}
.bgblue{
	background:#4B96E9 ;
}
.bgcl-F5AD3C{
	background:#F5AD3C ;
}

/* header begin */
header{
	margin-bottom: 20px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
}
.logo{
	padding: 1rem 0;
}

.right-flex{
	display: flex;
    align-items: center;
    justify-content: flex-end;
	padding-right: 0;
}
.deliver{
	width: 120px;
    height: 34px;
    line-height: 34px;
    padding-left: 16px;
	color: #fff;
	background: url(../img/tougao.png) no-repeat;
	background-size:100% 100%;
	font-size: 14px;
	cursor: pointer;
}
.t-code{
	display: inline-block;
	margin-right: 40px;
}
.t-code p{
	font-size: 14px;
	text-align: center;
	margin-bottom: 0;
}
.entrance-bd{
	display: inline-block;
}
.entrance-bd .old{
	display: block;
	text-align: right;
	margin-bottom: 10px;
	font-size: 16px;
}
.entrance-bd .log-bd a{
	display: inline-block;
	background: #5C9FEA;
	width: 72px;
	padding: 5px 0;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	margin-left: 8px;
}
.entrance-bd .log-bd .log-r{
	border: 1px solid ;
	background: #fff;
	color: #5C9FEA;
	font-size: 14px;
}
.search{
	font-size:0px;
	margin-top: 10px;
}
#search{
	border: 1px solid #fff;
	border-radius: 5px 0 0 5px;
	height: 34px;
	width: 170px;
	margin: 0;
    vertical-align: top;
	font-size: 12px;
	padding-left: 5px;
}
.search button{
	background: #F5AD3C;
	color: #fff;
	font-size: 14px;
	border: 0;
	height: 34px;
	margin: 0;
	padding: 0;
	width: 50px;
	border-radius: 0 5px 5px 0;
}
.search-bd{
	display: flex;
	justify-content: space-between;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background: #fff;
}

.nav-mg{
	margin: 0 -15px !important;
}
/* header end */

/* footer begin */
footer{
	background: #656565;
	color: #fff;
}
.copyright{
	background: #333333;
	padding: 22px 0;
	text-align: center;
	font-size: 14px;
}
.b-nav {
	padding: 0;
	display: flex;
	justify-content: space-between;
	margin: 20px auto;
	width: 60%;
	flex-wrap: wrap;
}
.b-nav li{
	list-style: none;
	border-right: 2px solid  #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	/* padding: 0 30px; */
	width: 100%;
	height: 16px;
    line-height: 16px;
	width: 16%;
	margin: 10px 0;
}
.b-nav li:last-child{
	border:none;
}
.b-nav li:nth-child(6){
	border:none;
}
.b-nav li a{
	color: #fff;
	text-align: center;
}
/* footer end */
.person-item .p-img{
	    height:235px;
	}
	.org-img{height:160px;overflow:hidden;background:#fff;}
/* 小屏幕 小于768px */
@media screen and (max-width: 768px) {
	body{
		padding-top: 0;
	}
	header{
		position: relative;
	}
	.container{
		margin: 0 10px;
	}
	.navbar{
		min-height: 0;
		margin-bottom: 0;
	}
	.person-item {
    height: 300px;
}
.person-item .p-img {
    height: auto;
}
.org-img{height:100px;}

}
/* 中屏幕以上（平板，大于等于 992px） */
@media screen and (min-width: 768px) {
	header {
	    background: #fff;
	}

	.nav-bg{
		background: #4B96E9;
		margin: 0 -15px;
	}
	.navbar{
		border: 0;
		margin-bottom: 0;
	}
	.nav:before,.nav:after{
		content: none;
	}
	.navbar-default .navbar-nav>li>a{
		color: #fff;
		padding: 10px 0;
	}
	.navbar-nav .active{
		color: #fff;
	}
	.navbar-nav li{
		float: none;
		width: 16%;
		text-align: center;
		position: relative;
	}
	.navbar-nav li:hover{
		/* background: #59a6fb; */
		padding: 0 10px;
	}
	.navbar-nav li:after{
		position: absolute;
		content: '';
		right: 0;
		top: 10px;
		width: 2px;
		height: 20px;
		background: #fff;
	}
	.navbar-nav li:last-child:after,.navbar-nav li:nth-child(6):after{
		display: none;
	}
	.navbar-nav li:hover a{
		/* font-weight: bold; */
		color: #fff !important;
		background: #59a6fb !important;
		/* border-radius: 10px; */
	}
	.navbar-nav{
		display: flex;
		flex-wrap: wrap;
		float: none;
		margin: 0 -15px;
		padding: 10px 0;
	}
	.search{
		margin-top: 34px;
	}

}
@media screen and (min-width:992px) and (max-width:1200px){
    .person-item .p-img{
	    height:180px;
	}
	.org-img{height:120px;}
}
@media screen and (min-width:768px) and (max-width:992px){
    .person-item .p-img{
	    height:310px;
	}
	.org-img{height:120px;}
}
@media screen and (min-width:500px) and (max-width:768px){
    .person-item{
        height:auto;
    }
    .person-item .p-img{
	    height:300px;
	    overflow:hidden;
	}
}
@media (min-width: 1200px){
	.container {
		width: 1200px;
	}
}
